ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / IndexOf Method
The item to look for.

In This Topic
    IndexOf Method (C1CollectionViewBase<T>)
    In This Topic
    Gets the index of the specified item.
    Syntax
    'Declaration
     
    Public Function IndexOf( _
       ByVal item As T _
    ) As System.Integer
    public System.int IndexOf( 
       T item
    )

    Parameters

    item
    The item to look for.

    Return Value

    The index of the item.
    See Also